home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / conce006.swf / scripts / frame_1 / PlaceObject2_9_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2014-03-11  |  264b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    loaded = _root.getBytesLoaded();
  3.    total = _root.getBytesTotal();
  4.    if(loaded != 0)
  5.    {
  6.       percentLoaded = Math.floor(loaded / total * 100);
  7.       if(percentLoaded == 100)
  8.       {
  9.          _root.play();
  10.       }
  11.    }
  12. }
  13.